<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.webapp.base.properties.override">

  <require>org.nuxeo.ecm.platform.webapp.base.properties</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      <strong>nuxeo.jsf.ajax.disableErrorFeedback</strong>: disables JavaScript hook displaying
      an error message in the JSF UI when an empty response is received from server.
      Disabling this hook is not recommended, but this can be useful on a slow server
      when users do not want to see this message on some concurrent requests (when
      server is down, no message will be displayed on Ajax actions).
    </documentation>
    <property name="nuxeo.jsf.ajax.disableErrorFeedback">false</property>
  </extension>

</component>
